home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / parallel / linda.inf < prev    next >
Text File  |  1992-04-11  |  21KB  |  591 lines

  1. From: wloka@ssdt-tempe.sps.mot.com (Markus Wloka)
  2. Subject: Linda Information, Survey
  3.  
  4. Here is the survey on information about LINDA. I have decided to post it to
  5. comp.parallel, because I received a wealth of responses, and a lot of people
  6. asked me to forward this survey.  Some responses and signatures were edited
  7. for brevity. I would like to thank all who replied for their help!
  8.  
  9. Markus
  10.  
  11. > Last Sunday, January 10, 1992, the New York Times printed an article about
  12. > LINDA on the first page of the Business section: "David Gelernter's Romance
  13. > with Linda."  The article was very favorable, and of course both accurate and
  14. > informative...
  15. >   I would like to obtain more information about LINDA:  
  16. > What are the standard published references for learning about LINDA ?
  17. > Are there proceedings of conferences that deal with LINDA topics ?
  18. > Are there any commercially available LINDA packages ?
  19. > Are there any public-domain LINDA packages ?
  20. > I remember that LINDA was discussed in depth (and breadth) in comp.parallel.
  21. > Did somebody collect these postings?
  22. > (If other people are interested in obtaining initial information about LINDA
  23. > as well, please send me a note, and I will forward the survey.)
  24. > -
  25. > Markus G. Wloka             Email: wloka@ssdt-tempe.sps.mot.com
  26. > Motorola Inc., MD: EL510    Tel:   602 897 4452
  27. > 2100 E. Elliot Road         FAX:   602 897 3518
  28. > Tempe, Arizona 85284
  29. --------------------------------------------------
  30. telephone conversation with:
  31.  
  32. SCA Scientific Computing Associates
  33. New Haven, Conneticut.
  34. 203 777 7442
  35. contact: Leigh Cagan
  36. --------------------------------------------------
  37. >From planet.super.org!duncan@uunet.uucp Thu Jan 23 06:30:18 1992
  38.  
  39. On the more substantive matter of Linda, just contact Gelernter at
  40. Yale.  There is a spinoff software house selling Linda.  It's also
  41. in New Haven and occasionally has advertised in CACM or Computer
  42. or the SIAM newsletter. 
  43. --------------------------------------------------
  44. >From wildcat.dartmouth.edu!dfk@uunet.uucp Thu Jan 23 10:21:04 1992
  45.  
  46. >  Are there proceedings of conferences that deal with LINDA topics ?
  47. Here are just a few:
  48.  
  49. @Book{carriero:program,
  50.   author =     "Nicholas Carriero and David Gelernter",
  51.   title =     "How to write parallel programs: a first course",
  52.   publisher =     "MIT Press",
  53.   year =     1990,
  54.   keyword = "parallel programming, textbook, linda"
  55. }
  56.  
  57. @article{carriero:snet,
  58.     author = "Nicholas Carriero and David Gelernter",        
  59.     title = "The {S/Net's} {Linda} Kernel",
  60.     journal = tocs,
  61.     volume = 4,
  62.     number = 2,
  63.     year = 1986,
  64.     month = may,
  65.     pages = "110--129",
  66.     keyword = "parallel program, linda, programming language"
  67. }
  68.  
  69. @article{carriero:context,
  70.     author = "Nicholas Carriero and David Gelernter",        
  71.     title = "Linda in Context",
  72.     journal = cacm,
  73.     volume = 32,
  74.     number = 4,
  75.     year = 1989,
  76.     month = apr,
  77.     pages = "444--458",
  78.     keyword = "parallel program, linda, programming language"
  79. }
  80.  
  81. @inproceedings{carriero:linda-exp,
  82.     author = "Nicholas Carriero and David Gelernter",        
  83.     title = "Applications experience with {Linda}",
  84.     booktitle = ppeals88,
  85.     year = 1988,
  86.     pages = "172--187",
  87.     comment = "Says very little. See carriero:linda",
  88.     keyword = "parallel program, linda, programming language"
  89. }
  90.  
  91. @techreport{carriero:linda,
  92.     author = "Nicholas Carriero and David Gelernter",        
  93.     title = "How to write parallel programs: a guide to the
  94. perplexed",
  95.     institution = "Yale University Department of Computer Science",
  96.     year = 1988,
  97.     month = may,
  98.     comment = "TR number unknown. Fairly good overview of the
  99. language. Nothing about implementation. Shows good performance.",
  100.     keyword = "parallel program, linda, programming language"
  101. }
  102.  
  103. @article{ahuja:linda,
  104.     author = "Sudhir Ahuja and Nicholas Carriero and David Gelernter",        
  105.     title = "Linda and friends",
  106.     journal = ieeecomp,
  107.     year = 1986,
  108.     month = aug,
  109.     pages = "26--34",
  110.     comment = "",
  111.     keyword = "parallel program, linda, programming language"
  112. }
  113.  
  114.  
  115. >  Are there any commercially available LINDA packages ?
  116. contact linda@sca.com
  117.  
  118. >  Are there any public-domain LINDA packages ?
  119. Don't think so.
  120. --------------------------------------------------
  121. >From cs.ulowell.edu!wex@uunet.uucp Thu Jan 23 11:30:12 1992
  122.  
  123. "How to Write Parallel Programs -- A First Course"
  124.  
  125. Nicholas Carriero and David Gelertner
  126.  
  127. MIT Press
  128. ISBN 0-262-03171-X
  129.  
  130. Used it in Parallel Processing class last spring
  131. good prose about parallel approach and good intro to C-Linda
  132. --------------------------------------------------
  133. >From cs.arizona.edu!bakken@uunet.uucp Thu Jan 23 14:41:20 1992
  134.  
  135. @INPROCEEDINGS { linda:BAKK ,
  136.         AUTHOR = "David E. Bakken and Richard D. Schlichting" ,
  137.         BOOKTITLE = "Proceedings of the Twenty-First International Symposium 
  138.     on Fault-Tolerant Computing" ,
  139.         MONTH = "June" ,
  140.         PAGES = "248-255" ,
  141.         TITLE = "Tolerating Failures in the Bag-of-Tasks Programming Paradigm",
  142.         YEAR = "1991"
  143.         }
  144.  
  145. @INPROCEEDINGS { linda:XU ,
  146.         AUTHOR = "Andrew Xu and Barbara Liskov" ,
  147.         BOOKTITLE = "Proceedings of the Nineteenth International Symposium 
  148.     on Fault-Tolerant Computing" ,
  149.         MONTH = "June" ,
  150.         PAGES = "199-206" ,
  151.         TITLE = "A Design for a Fault-Tolerant, Distributed Implementation of 
  152.     {Linda}" ,
  153.         YEAR = "1989"
  154.         }
  155.  
  156.  
  157. @INPROCEEDINGS { linda:BAL ,
  158.     AUTHOR = "M. Frans Kaashoek and Henri E. Bal and Andrew S. Tanenbaum" ,
  159.     BOOKTITLE = "Proceedings of the First  Workshop on Experience with 
  160.     Distributed and Multiprocessor Systems" ,
  161.     MONTH = "October" ,
  162.     ORGANIZATION = "USENIX" ,
  163.     PAGES = "175-191" ,
  164.     TITLE = "Experience with the Distributed Data Structure Paradigm in 
  165.     {Linda}" ,
  166.     YEAR = "1989"
  167.     }
  168.  
  169. @ARTICLE { linda:CON ,
  170.         AUTHOR = "Nicholas Carriero and David Gelernter" ,
  171.         JOURNAL = cacm ,
  172.         MONTH = "April" ,
  173.         NUMBER = "4" ,
  174.         PAGES = "444-458" ,
  175.         TITLE = "{Linda} in Context" ,
  176.         VOLUME = "32" ,
  177.         YEAR = "1989"
  178.         }
  179.  
  180. @ARTICLE { linda:HOW ,
  181.     AUTHOR = "Nicholas Carriero and David Gelernter" ,
  182.     JOURNAL = "ACM Computing Surveys" ,
  183.     MONTH = "November" ,
  184.     NOTE = "need to get the refs; only have TR" ,
  185.     TITLE = "How to Write Parallel Programs: A Guide to the Perplexed" ,
  186.     YEAR = "1989"
  187.     }
  188.  
  189. @TECHREPORT { linda:MUL ,
  190.     AUTHOR = "David Gelernter" ,
  191.     INSTITUTION = "Yale University Department of Computer Science" ,
  192.     TITLE = "Multiple Tuple Spaces in {Linda}" ,
  193.     YEAR = "1989"
  194.     }
  195.  
  196. @ARTICLE { linda:GEN ,
  197.     AUTHOR = "David Gelernter" ,
  198.     JOURNAL = toplas ,
  199.     MONTH = "January" ,
  200.     NUMBER = "1" ,
  201.     PAGES = "80-112" ,
  202.     TITLE = "Generative Communication in {Linda}" ,
  203.     VOLUME = "7" ,
  204.     YEAR = "1985"
  205.     }
  206.  
  207. @ARTICLE { linda:L+F ,
  208.     AUTHOR = "Sudhir Ahuja and Nicholas Carriero and David Gelernter" ,
  209.     JOURNAL = "IEEE Computer" ,
  210.     MONTH = "August" ,
  211.     NUMBER = "8" ,
  212.     PAGES = "26-34" ,
  213.     TITLE = "{Linda} and Friends" ,
  214.     VOLUME = "19" ,
  215.     YEAR = "1986"
  216.     }
  217.  
  218. @ARTICLE { linda:AEL ,
  219.     AUTHOR = "Nicholas Carriero and David Gelernter" ,
  220.     JOURNAL = "ACM SIGPLAN Notices (Proc. ACM SIGPLAN PPEALS)" ,
  221.     MONTH = "September" ,
  222.     NUMBER = "9" ,
  223.     PAGES = "173-187" ,
  224.     TITLE = "Applications Experience with {Linda}" ,
  225.     VOLUME = "23" ,
  226.     YEAR = "1988"
  227.     }
  228.  
  229. @MASTERSTHESIS { linda:XUMS ,
  230.     AUTHOR = "Andrew Xu" ,
  231.     MONTH = "August" ,
  232.     NUMBER = "MIT/LCS/TR-424" ,
  233.     SCHOOL = "MIT Laboratory for Computer Science" ,
  234.     TITLE = "A Fault-Tolerant Network Kernel for {Linda}" ,
  235.     YEAR = "1988"
  236.     }
  237.  
  238. @TECHREPORT { linda:PORT ,
  239.     AUTHOR = "R. Bjornson and N. Carriero and D. Gelernter" ,
  240.     INSTITUTION = "Yale University Department of Computer Science" ,
  241.     MONTH = "January" ,
  242.     NUMBER = "YALE/DCS/RR-520" ,
  243.     TITLE = "{Linda}, the Portable Parallel" ,
  244.     YEAR = "1988"
  245.     }
  246.  
  247. @ARTICLE { linda:SNET ,
  248.     AUTHOR = "Nicholas Carriero and David Gelernter" ,
  249.     JOURNAL = tocs ,
  250.     MONTH = "May" ,
  251.     NUMBER = "2" ,
  252.     PAGES = "110-129" ,
  253.     TITLE = "The {S}/{N}et's {Linda} Kernel" ,
  254.     VOLUME = "4" ,
  255.     YEAR = "1986"
  256.     }
  257.  
  258. @PHDTHESIS { linda:SPEC ,
  259.     AUTHOR = "Jerrold Leichter" ,
  260.     MONTH = "July" ,
  261.     SCHOOL = "Yale University, Department of Computer Science" ,
  262.     TITLE = "Shared Tuple Memories, Shared Memories, Buses and LAN's---{Linda} Implementation Across the Spectrum of Connectivity" ,
  263.     YEAR = "1989"
  264.     }
  265.  
  266. @PHDTHESIS { linda:IMPL ,
  267.     AUTHOR = "Nicholas Carriero" ,
  268.     MONTH = "December" ,
  269.     SCHOOL = "Yale University, Department of Computer Science" ,
  270.     TITLE = "Implementation of Tuple Space Machines" ,
  271.     YEAR = "1987"
  272.     }
  273.  
  274. @INPROCEEDINGS { linda:DDS ,
  275.     AUTHOR = "Nicholas Carriero and David Gelernter and Jerry Leichter" ,
  276.     BOOKTITLE = "Proc. ACM Symp. Principles of Prog. Languages" ,
  277.     MONTH = "January" ,
  278.     PAGES = "236-242" ,
  279.     TITLE = "Distributed Data Structures in {Linda}" ,
  280.     YEAR = "1986"
  281.     }
  282. @INPROCEEDINGS { linda:BAL2 ,
  283.     AUTHOR = "M. Frans Kaashoek and Henri E. Bal and Andrew S. Tanenbaum" ,
  284.     BOOKTITLE = "Proceedings of the First Workshop on Experience with Distributed and Multiprocessor Systems" ,
  285.     MONTH = "October" ,
  286.     ORGANISATION = "USENIX Association" ,
  287.     PAGES = "175-191" ,
  288.     TITLE = "Experience with the Distributed Data Structure Paradigm in Linda" ,
  289.     YEAR = "1989"
  290.     }
  291. --------------------------------------------------
  292. >From cs.arizona.edu!bakken@uunet.uucp Thu Jan 23 14:41:23 1992
  293.  
  294. Sorry this is so disjointed.  I'm right in the middle
  295. of finishing a big project, and then tomorrow or next
  296. week I can start on my dissertation research full-time.
  297. (Yay!)  But I do want to get this to you in a timely
  298. fashion, so you'll have to live with my hasty reply.  :-{
  299.  
  300. I have most of the Linda references.  Following in a
  301. separate file is my Linda Bibtex file.  It has most of the
  302. important references, but hasn't been updated for six months
  303. (I'm sure that someone at Yale has a much more complete one).
  304. I have probably 20 other Linda papers on hand (i.e., not
  305. in this bibliography) , almost all of which are 
  306. specialized (like Eiffel Linda!) and would not be
  307. of too much interest to you, at least at first.  I'm
  308. doing my dissertation research in fault tolerance, and
  309. am looking at unique languages, seeing what has to be
  310. done to make them (and their typical applications)
  311. fault-tolerant, and then hopefully drawing some general
  312. conclusions from this.  I will be looking at Linda,
  313. and maybe one or two other languages (Linda is not
  314. really a language, just a coordination language tacked
  315. onto an existing language).  But I do have one paper
  316. on Linda, and I'll email you the Post Script (let me
  317. know if it doesn't get there OK---I can send hardcopy
  318. if need be).  The reference for it is
  319.  
  320.     David E. Bakken and Richard D. Schlichting,
  321.     ``Tolerating Failures in the Bag-of-Tasks
  322.     Programming Paradigm.''  Proceedings of
  323.     the 21st Int. Symp. on Fault-Tolerant Computing,
  324.     Montreal, Canada (June 1991), 248-255.
  325.  
  326. (This conference was also known as FTCS-21.  This paper is
  327. also available as UA CS TR 91-4, which is actually what I'm
  328. sending).
  329.  
  330. Oh, yes, Carriero and Gelernter have a very recent book, too.
  331. Its called ``How to Write Parallel Programs.''  Let me know if you
  332. need a more complete reference on this (I'd be surprised if 
  333. someone hasn't already sent this to you).
  334.  
  335. Gelernter, Carriero, and maybe a few others from Yale
  336. started up a company called Scientific Computing
  337. Associates to market Linda.  I have their address somewhere,
  338. but I would be very surprised if someone from Yale didn't
  339. contact you by email.  Let me know if you need this, though.
  340.  
  341. There used to be some PD Linda packages, mainly out of
  342. Yale, but I haven't seen many lately.  If you're
  343. going to use Linda, or even seriously evaluate it, though,
  344. it is well-worth your company's $1K or $5K or whatever
  345. they charge for their system.  At an engineer or scientist's
  346. salary it doesn't take that much wasted time to be profitable.
  347.  
  348. Would you be so kind as to send me a copy of the Linda
  349. Article in the NYT?  I didn't get that, and would like
  350. very much to see it.  Thanks a lot.  Also, please email
  351. me a copy of other info that you get (you can include
  352. this message in the copy of what you send out to others).
  353. Also, please do let me know if you plan to use Linda.
  354. I'm interested in learning more about how people use it.  
  355.  
  356. Regards,
  357. Dave
  358. ----
  359. Dave Bakken                               Internet: bakken@cs.arizona.edu
  360. Dept. of Compter Science; U of Arizona    Voice:    +1 602 621 4089      
  361. Tucson, AZ 85721; USA                     FAX:      +1 602 621 4246
  362.  
  363. P.S.  You might be interested in a book review of Gelernter's
  364. new book, ``Mirror Worlds.''  It is about computer-generated
  365. realities and futuristic applications (I forget the
  366. buzzword).  It was in the Dec 19, 1991 New York Times (I
  367. don't konw the page number---its posted on a wall here---but
  368. it was in the Living Arts secction).  It is by Oxford U. Press.
  369. --------------------------------------------------
  370. >From aero.org!thurmond@uunet.uucp Thu Jan 23 16:10:06 1992
  371.  
  372. Markus:
  373.   I have been interested in Linda for a while.  The best system I
  374. have seen is by Cogent Research (tim_moore@cogent.com).  They
  375. have a transputer-based Linda workstation called the XTM, and 
  376. they are working on a new one based in the i860 called the YTM.
  377. They also are developing a software product to put Linda on networked
  378. workstations (I think it is running on Suns now, but more ports are
  379. being developed).  SCA (smith@sca.com) also has Linda available for
  380. various machines, although I haven't seen theirs.
  381.  
  382.   I have developed an implementation for HP 9000 workstations
  383. (System V), and although it's not at the stage of a 'product', I
  384. would be happy to send you a copy of my source code.
  385.  
  386. I would like a copy of your survey results.
  387.  
  388.                             --Rick (thurmond@aerospace.aero.org)
  389.                             (310) 336-1225
  390. --------------------------------------------------
  391. >From es.ele.tue.nl!albertm@uunet.uucp Fri Jan 24 06:20:08 1992
  392.  
  393. Hello,
  394. mail to 'sherman@sca.com' if you want to know more
  395.  
  396. Please mail me I You think you have some nice stuff.
  397.  
  398. Some articles I have read:
  399.  
  400. Linda and Friends
  401. (copy) (begin okt '91)
  402. IEEE Computer Aug '86  (pag 26 t/m 34)
  403. door:     Sudhir Ahuia (AT&T Bell laboratories),
  404.     Nicholas Carriero and David Gelernter (Yale University)
  405.  
  406. The S/Net's Linda Kernel
  407. (copy) (14 okt '91)
  408. ACM Transactions on Computer Systems; May'86 (pag 110 t/m 129)
  409. door: Nicholas Carriero and David Gelernter (Yale University)
  410.  
  411. An Evaluation of the Distributed Data Structure Paradigm in Linda
  412. (copy) (begin okt '91)
  413. Vrije Universiteit Amsterdam IR-173 (mei '89)
  414. door: M. Frans Kaashoek and Henri E. Bal
  415.  
  416. Distributed Data Structures in Linda
  417. (copy) (10 okt '91)
  418. ACM 13th Symposium on Principles of Programming Languages (jan '86)
  419. (pag 236 t/m 242)
  420. door: Nicholas Carriero, David Gelernter and Jerry Leichter (Yale University)
  421.  
  422. Generative Communication in Linda
  423. (copy) (begin okt '91)
  424. ACM Transactions on Programming Languages and Systems: jan '85
  425. (pag 80 t/m 112)
  426. door: D. Gelernter
  427.  
  428. "How to write parallel programs: A guide to the Perplex"
  429. (copy) (28 okt'89)
  430. ACM computing surveys. Vol 21.No 3: Sept' 89
  431. pag. 323 t/m 357
  432. door:    Nicholas Carriero and David Gelernter  (Yale University)
  433.  
  434. "Linda in Context"
  435. (copy) (28 okt'89)
  436. Communications of the ACM. Vol.32, Number4: April '89
  437. pag 444-458
  438. door: N. Cariero, D. Gelernter and J. Leichter
  439.  
  440. Multiple tuples spaces in Linda
  441. (copy) (29 okt '91)
  442. Procedings of PARLE'89, vol 2 jun '89
  443. pag. 20-27 
  444. door:    D. Gelernter (Yale University)
  445.  
  446. Tuple Analysis and Partial Evaluation Strategies in the Linda Precompiler
  447. (copy) (28 okt '91)
  448. door: N. Carriero and D. Gelernter
  449. verschenen in:
  450. Languages and compilers for parallel computing (pag 114 t/m 125)
  451. ed. by David Gelernter,Alexandru Nicolau and David Padua.
  452. London : Pitman, 1990
  453. ISBN 0-273-08820-3
  454.  
  455. Implementation of Tuple Space Machines
  456. () (18 nov '91)
  457. research Report YALEU/DCS/RR-567, December '87
  458. proefschrift
  459. door:    Nicholas John Carriero, Jr
  460.  
  461. --------------------------------------------------
  462. >From ganymede.sca.com!mattson@uunet.uucp Fri Jan 24 07:20:05 1992
  463.  
  464. Thanks for the lead off comp.parallel.  In this case we had already 
  465. picked this one up, but extra reminders don't hurt - especially since
  466. we do occaisionally miss leads like this.
  467.  
  468. Did you see the New York times article he referred to?  It was 
  469. kind of "corny" but has kept our phones ringing off the hooks
  470. (which surprised us as the article barely mentioned SCA focussing
  471. on Yale`s Linda work instead). 
  472. --------------------------------------------------
  473. >From odin.unomaha.edu!payne@uunet.uucp Fri Jan 24 14:10:45 1992
  474.  
  475. Markus -- Please forward me the responses you get, I'm imterested in
  476. all of it especially the free implementations part.  BTW if no one
  477. mentions posybl, I've got it in my archive but have not messed with
  478. it very much.
  479.  
  480. Thanks! -- matt payne@odin.unomaha.edu
  481. --------------------------------------------------
  482. >From algol.informatik.uni-essen.de!willi@uunet.uucp Sat Jan 25 19:29:42 1992
  483. |> Are there proceedings of conferences that deal with LINDA topics ?
  484.  
  485.   title =      "Linda-Like Systems and Their Implementation",
  486.   year =      1991,
  487.   editor =      "G. Wilson",
  488.   organization = "Edinburgh Parallel Computing Centre TR91-13",
  489.   month =      jun
  490.  
  491. |> Are there any commercially available LINDA packages ?
  492.  
  493. Try linda@sca.com
  494.  
  495. |> Are there any public-domain LINDA packages ?
  496.  
  497. E.g. POSYBL from Ioannis Schoinas (sxoinas@csd.uch.gr):
  498.  
  499. The last version of the system can now be retrieved via anonymous ftp
  500. from ariadne.csi.forth.gr. It is located in directory pub under the name
  501. POSYBL.TAR.Z.
  502.  
  503. |> I remember that LINDA was discussed in depth (and breadth) in comp.parallel.
  504. |> Did somebody collect these postings?
  505.  
  506. Ask Steve, the moderator of comp.parallel.
  507.  
  508. If you are interested, then I could send you a copy of my report 
  509. "On Integrating Generative Communication into the Pototyping Language ProSet"
  510. of December 1991.
  511.  
  512. Gruss, Willi
  513. -------------------------------
  514. W Hasselbring
  515. University of Essen                             willi@informatik.uni-essen.de
  516. Computer Science / Software Engineering         Tel.: (+49 201 183 2168)
  517. Schuetzenbahn 70, 4300 Essen 1, Germany         Fax.: (+49 201 183 2419)
  518. --------------------------------------------------
  519. >From cse.ogi.edu!aburke@uunet.uucp Fri Jan 24 17:50:19 1992
  520.  
  521. Markus - I'd be interested in getting copies of any replies you got on
  522. your recent posting in comp.parallel. I've played with Linda for a few years,
  523. and have also been wondering about recent developments. The articles I
  524. know about Linda include:
  525. "Getting The Job Done", Gelernter, Byte, November, 1988
  526. "Linda, the Portable Parallel", Bjornson, Carriero, Gelernter, Leichter,
  527.   Yale Research Report, Feb 87
  528.  
  529. there are others, I just don't know where to find them.
  530.  
  531. I also know that Cogent Research (where I work - I'm the lead software guy)
  532. has their own version of Linda for SUN workstations. Called CircL, it's based
  533. on their Kernel Linda, and is simplified version of Linda which negates the
  534. need for preprocessing of the codeIt allows for multiple tuple spaces, and
  535. we will be making it work on other platforms (ie, a hetergenous workstation
  536. environment) real-soon-now.
  537.  
  538. If you want more information, you can reply to this account or to
  539. Andrew_Burke@cogent.com or Tim_Moore@cogent.com (I got your name from him).
  540.  
  541. in any case, I'd be interested in anything you hear.
  542. thanks,
  543. andrew burke
  544. --------------------------------------------------
  545. >From cs.wisc.edu!schoinas@uunet.uucp Tue Jan 28 19:15:50 1992
  546.  
  547. >Are there any public-domain LINDA packages ?
  548.  
  549. I am afraid the only one that is around is POSYBL,
  550. my implementantion of a linda system for unix networks.
  551. If you are interested in it, you can retrieve it via 
  552. anonymous ftp from the node ariadne.csi.forth.gr. It 
  553. is located in the directory "pub/posybl". Unfortunately,
  554. I didn't have many code contributions after its release
  555. as I was expecting and the "TODO" list has not changed
  556. much since last year. I am currently planning to 
  557. implement a Linda system on the CM-5 but I don't think
  558. you would be interested in such a thing.
  559.  
  560.                 Bye,
  561.                    Yannis.
  562.  
  563. ps: 
  564. As for commercial implementations, SCA and LWR Systems
  565. are offering linda packages for various systems. Also, 
  566. by end of this spring a cretan company is scheduling 
  567. the release of a distributed programming environment 
  568. based on the linda model and specifically optimized 
  569. for workstation networks.
  570. --------------------------------------------------
  571. >From cs.arizona.edu!bakken@uunet.uucp Wed Jan 29 10:56:20 1992
  572.   
  573. Thanks a lot!  I received the NYT article, and am looking
  574. forward to the survey.  And please do let me know if you
  575. do end up using Linda.  I think there is a lot of hype
  576. surrounding it, but it has a lot of merits.  And the
  577. Piranha idea is good, and will be even more useful in
  578. the next few years as we see multiprocessor workstations
  579. become common (for example, I think that within two or three
  580. years we will be able to buy a 4-CPU Sun multiprocessor workstation
  581. for $10K).
  582.  
  583.